Class symantec.itools.db.beans.brl.adapter.editors.ValidTargetColumnImplEditorPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.brl.adapter.editors.ValidTargetColumnImplEditorPanel

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----symantec.itools.db.beans.brl.adapter.editors.ValidTargetColumnImplEditorPanel

public class ValidTargetColumnImplEditorPanel
extends JPanel
Class which does all the work for setting targetColumns property in ValidationAdapter

Version:
1.0 07/24/98
Author:
Puru Balakrishnan

Variable Index

 o actLis
 o browseButton
 o colDataTypeHash
 o constantComboBox
 o constantRadioBtn
 o currDataSourceType
 o currDataSourceVisualObj
 o dataSourceNameComboBox
 o dataSourceNameLabel
 o dataSourceTypeComboBox
 o dataSourceTypeLabel
 o dataTypeField
 o dataTypeLabel
 o derivColObjs
 o group
 o height
 o instrLabel
 o itemLis
 o objFinder
 o outerDim
 o paramDataHash
 o propChangeSupport
 o propEditor
 o queryNavModelsHash
 o queryNavObjs
 o refColPanel
 o refComboBox
 o referenceLabel
 o sqlBeanModelsHash
 o sqlBeanObjs
 o validColObjs
 o variableRadioBtn
 o visualObj
 o width

Constructor Index

 o symantec.itools.db.beans.brl.adapter.editors.ValidTargetColumnImplEditorPanel()
Default constructor
 o symantec.itools.db.beans.brl.adapter.editors.ValidTargetColumnImplEditorPanel(PropertyEditor, int, int)
Constructor with PropertyEditor passed in

Method Index

 o addPropertyChangeListener(PropertyChangeListener)
addPropertyChangeListener method
 o getCurrentValue()
 o removePropertyChangeListener(PropertyChangeListener)
removePropertyChangeListener method
 o setOuterDim(Dimension)
 o setVisualObject(VisualObject)
 o showTargetColInfo(CompColInputMember)
Method to show target column

Variables

 o actLis
protected java.awt.event.ActionListener actLis
 o browseButton
protected com.sun.java.swing.JButton browseButton
 o colDataTypeHash
protected java.util.Hashtable colDataTypeHash
 o constantComboBox
protected com.sun.java.swing.JComboBox constantComboBox
 o constantRadioBtn
protected com.sun.java.swing.JRadioButton constantRadioBtn
 o currDataSourceType
protected int currDataSourceType
 o currDataSourceVisualObj
protected com.symantec.itools.vcafe.openapi.VisualObject currDataSourceVisualObj
 o dataSourceNameComboBox
protected com.sun.java.swing.JComboBox dataSourceNameComboBox
 o dataSourceNameLabel
protected com.sun.java.swing.JLabel dataSourceNameLabel
 o dataSourceTypeComboBox
protected com.sun.java.swing.JComboBox dataSourceTypeComboBox
 o dataSourceTypeLabel
protected com.sun.java.swing.JLabel dataSourceTypeLabel
 o dataTypeField
protected com.sun.java.swing.JTextField dataTypeField
 o dataTypeLabel
protected com.sun.java.swing.JLabel dataTypeLabel
 o derivColObjs
protected java.util.Vector derivColObjs
 o group
protected com.sun.java.swing.ButtonGroup group
 o height
protected int height
 o instrLabel
protected com.sun.java.swing.JLabel instrLabel
 o itemLis
protected java.awt.event.ItemListener itemLis
 o objFinder
protected symantec.itools.db.beans.util.ObjectFinder objFinder
 o outerDim
protected java.awt.Dimension outerDim
 o paramDataHash
protected java.util.Hashtable paramDataHash
 o propChangeSupport
protected java.beans.PropertyChangeSupport propChangeSupport
 o propEditor
protected java.beans.PropertyEditor propEditor
 o queryNavModelsHash
protected java.util.Hashtable queryNavModelsHash
 o queryNavObjs
protected java.util.Vector queryNavObjs
 o refColPanel
protected com.sun.java.swing.JPanel refColPanel
 o refComboBox
protected com.sun.java.swing.JComboBox refComboBox
 o referenceLabel
protected com.sun.java.swing.JLabel referenceLabel
 o sqlBeanModelsHash
protected java.util.Hashtable sqlBeanModelsHash
 o sqlBeanObjs
protected java.util.Vector sqlBeanObjs
 o validColObjs
protected java.util.Vector validColObjs
 o variableRadioBtn
protected com.sun.java.swing.JRadioButton variableRadioBtn
 o visualObj
protected com.symantec.itools.vcafe.openapi.VisualObject visualObj
 o width
protected int width

Constructors

 o ValidTargetColumnImplEditorPanel
public ValidTargetColumnImplEditorPanel()
Default constructor

 o ValidTargetColumnImplEditorPanel
public ValidTargetColumnImplEditorPanel(PropertyEditor editor,
                                        int width,
                                        int height)
Constructor with PropertyEditor passed in

Methods

 o addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener l)
addPropertyChangeListener method

Parameters:
l - the Listener to be added
Overrides:
addPropertyChangeListener in class JComponent
 o getCurrentValue
public symantec.itools.db.beans.brl.CompColInputMember[] getCurrentValue()
 o removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener l)
removePropertyChangeListener method

Parameters:
l - the Listener to be removed
Overrides:
removePropertyChangeListener in class JComponent
 o setOuterDim
public void setOuterDim(Dimension dim)
 o setVisualObject
public void setVisualObject(VisualObject vObj)
 o showTargetColInfo
public void showTargetColInfo(CompColInputMember targetCol)
Method to show target column

Parameters:
targetCol - the CompColInputMember to be shown

All Packages  Class Hierarchy  This Package  Previous  Next  Index